home *** CD-ROM | disk | FTP | other *** search
/ Disc to the Future 2 / Disc to the Future Part II Programmer's Reference (Wayzata Technology)(6013)(1992).bin / MAC / MPW_TOOL / TOOLS / TOOLS_WI / ICON_8 / TESTS / MEM01.ICN < prev    next >
Text File  |  1990-03-02  |  166b  |  5 lines

  1. procedure main()
  2.    write(image(every repl(repl("xxx",50),write(1 to 100))) | "failed")
  3.    write(image(repl(repl(repl(repl(&cset,100),100),100),100)) | "failed")
  4. end
  5.